From: Dan Nicolaescu Date: Mon, 9 Aug 2010 20:01:51 +0000 (-0700) Subject: * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7008 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=94416469abf6adcef153f17ce33a81bfc535a913;p=emacs.git * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. --- diff --git a/ChangeLog b/ChangeLog index 6aa57a20948..1bc695ef873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Dan Nicolaescu + + * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. + 2010-08-09 Andreas Schwab * configure.in: Add AC_C_BIGENDIAN. diff --git a/configure.in b/configure.in index ada0b189d3c..c712c0925d6 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . -AC_PREREQ(2.65) +AC_PREREQ(2.66) AC_INIT(emacs, 24.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h)